/* LAYOUT */

#outerHeader {
	width: 100%;
	background-color: #11B67A;
	margin: 0 0 32px 0;
	padding: 24px 0;
}

#innerHeader {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px 0 24px;
}

#mainContentWrapper {
	max-width: 1448px;
	margin: 0 auto;
	padding: 0 0 32px 0;
}

#mainContent {
	margin: 0;
	padding: 0 24px 0 24px;
}

.mainContentNoCTA {
	margin: 0 0 40px 0 !important;
}

#outerFormContainer {
	width: 100%;
	background-color: #f1f1f1;
	margin: 0;
	padding: 32px 0;
}

#formContainer {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px 0 24px;
}

#footerWrapper{
	width: 100%;
	background-color: #323233;
	margin: 0 0 0 0;
	padding: 40px 0 56px 0;
}

#footerContent {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 24px;
}

/* TYPOGRAPHY */

h1 {
	font-family: 'GT Ultra Lloyds Regular', Arial, Helvetica, sans-serif;
	font-size: 3rem;
	line-height: 3rem;
	letter-spacing:-0.02em;
	font-weight: 400;
	color: #000000;
	margin-top: 0;
	margin-bottom: 32px;
}

h2 {
	font-family: 'GT Ultra Lloyds Regular', Arial, Helvetica, sans-serif;
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 400;
	color: #000000;
	margin-top: 32px;
	margin-bottom: 24px;
}

h3 {
	font-family: 'GT Ultra Lloyds Regular', Arial, Helvetica, sans-serif;
	font-size: 1.75rem;
	line-height: 1.75rem;
	font-weight: 400;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 8px;
}

p {
	font-family: 'GT Ultra Sans Regular', Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
	line-height: 1.375rem;
	font-weight: 400;
	color: #000000;
	margin-top: 0;
	margin-bottom: 20px;
}

#footerContent p {
	color: #fffffe;
}

.bold {
	font-weight: 600;
}

.last {
	margin-bottom: 0 !important;
}

hr {
	margin:20px 0 ;
	border-top: 1px solid #000000;
}

/* Links */

a {
	color: #000000;
	text-decoration: underline;
	font-family: 'GT Ultra Sans Regular', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
}

a:hover, .primaryBtn:hover {
	text-decoration: none;
}

.overflow {
	overflow-wrap: break-word;
}

#footerContent a {
	color: #fffffe;
}

/* Buttons */

.primaryBtn {
	font-family: 'GT Ultra Sans Bold', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	background-color: #000000;
	border: none;
	border-radius: 12px;
	color: #fffffe;
	width: 287px !important;
	padding: 13px 55px !important;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	margin-top: 8px;
	margin-bottom: 0;
	cursor: pointer;
}

.secondaryBtn {
	font-family: 'GT Ultra Sans Bold', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 600;
	background-color: #fffffe;
	border: #000000 solid 2px;
	border-radius: 12px;
	color: #000000;
	width: 287px;
	padding: 11px 55px !important;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin: 0 24px 28px 0 !important;
}

/* FORM */

.formRow.fullWidth, .formRow {width:100%; display:block; padding-top:12px;}
.formRow.halfWidth {width:calc(50% - 10px); display:inline-block;}
.formRow.halfWidth.left {margin-right:17px;}
.formRow.halfWidth.right {}
.formRow label{width:100%; display:block; padding-bottom:12px;}
.formRow input, select{width:100%; display:block; box-sizing:border-box; border:1px solid #000000; padding:13px 18px; border-radius: 12px; margin-bottom:12px;}
.formRow [type="checkbox"], [type="radio"]{width:20px; height:20px; ;display:block; margin-top:2px;}
.formRow textarea{width:100%; display:block; box-sizing:border-box; border:1px solid #000000; padding:13px 18px;}
.formRow select{width:100%; display:block; box-sizing:border-box; border:1px solid #000000; padding:13px 18px;}
.required {color: #ff0000;}


/* FORM TYPOGRAPHY */

label {
	font-family: 'GT Ultra Sans Bold', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1.125rem;
	line-height: 1.625rem;
	color: #000000;
	font-weight: 600;
}

input, textarea, select {
	font-family: 'GT Ultra Sans Regular', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.2rem;
	color: #000000;
	font-weight: 400;
	background-color: #FFFFFF;
}

.LV_validation_message.LV_invalid {
	font-family: 'GT Ultra Sans Regular', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1.125rem;
	line-height: 1.625rem;
	color: #ff0000;
	font-weight: 400;
}

.LV_validation_message.LV_valid {
	display: none;
}

.formNote {
	font-family: 'GT Ultra Sans Regular', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1.125rem;
	line-height: 1.625rem;
	color: #000000;
	padding-bottom:12px;
	font-weight:400;
}

@media only screen and (max-width:425px) {

	.formRow.halfWidth {width:100%; display:inline-block;}

	.m_h{display:none !important}
	.m_d_b{display:block !important}

	#outerHeader {
		padding: 12px 0 !important;
	}

	form {
		width: 100%;
	}

	h1 {
		font-size: 2.25rem !important;
		line-height: 2.25rem !important;
	}

	h2 {
		font-size: 2rem !important;
		line-height: 2rem !important;
	}

	h3 {
		font-size: 1.5rem !important;
		line-height: 1.5rem !important;
	}

	.primaryBtn {
		width: 100% !important;
		padding: 15px 55px !important;
	}

	.secondaryBtn {
		width: 100% !important;
		margin-right: 0 !important;
		padding: 13px 0 !important;
		box-sizing: border-box;
	}
}